(scan_sexps_forward): Use EMACS_INT for out_bytepos and
authorAndreas Schwab <schwab@suse.de>
Thu, 13 Jul 2006 11:43:52 +0000 (11:43 +0000)
committerAndreas Schwab <schwab@suse.de>
Thu, 13 Jul 2006 11:43:52 +0000 (11:43 +0000)
out_charpos.

src/syntax.c

index 4f1bbb2d6b43ab5f62c59dd846528bf51ce03ad6..9959c17ad4788f3dc05a0a5c984cb74f1b126c0a 100644 (file)
@@ -2702,7 +2702,7 @@ scan_sexps_forward (stateptr, from, from_byte, end, targetdepth,
   int boundary_stop = commentstop == -1;
   int nofence;
   int found;
-  int out_bytepos, out_charpos;
+  EMACS_INT out_bytepos, out_charpos;
   int temp;
 
   prev_from = from;